home *** CD-ROM | disk | FTP | other *** search
/ .net (Turkey) 1998 March / .net Internet Dergisi - CD 5.iso / mac / netCD41 / PC16.DIR / 00024_Script_24 < prev    next >
Text File  |  1997-12-08  |  1KB  |  50 lines

  1. on exitFrame
  2.   if rollover(30) then
  3.     set the INK of sprite 30 to 0
  4.     updatestage
  5.     repeat while rollover(30)=TRUE and the mousedown=FALSE
  6.       NOTHING
  7.     END REPEAT
  8.   else if rollover(31) then
  9.     set the INK of sprite 31 to 0
  10.     updatestage
  11.     repeat while rollover(31)=TRUE and the mousedown=FALSE
  12.       NOTHING
  13.     END REPEAT
  14.   else if rollover(32) then
  15.     set the INK of sprite 32 to 0
  16.     updatestage
  17.     repeat while rollover(32)=TRUE and the mousedown=FALSE
  18.       NOTHING
  19.     END REPEAT
  20.   else if rollover(33) then
  21.     set the INK of sprite 33 to 0
  22.     updatestage
  23.     repeat while rollover(33)=TRUE and the mousedown=FALSE
  24.       NOTHING
  25.     END REPEAT
  26.   else if rollover(34) then
  27.     set the INK of sprite 34 to 0
  28.     updatestage
  29.     repeat while rollover(34)=TRUE and the mousedown=FALSE
  30.       NOTHING
  31.     END REPEAT
  32.   else if rollover(35) then
  33.     set the INK of sprite 35 to 0
  34.     updatestage
  35.     repeat while rollover(35)=TRUE and the mousedown=FALSE
  36.       NOTHING
  37.     END REPEAT
  38.   else if rollover(36) then
  39.     set the INK of sprite 36 to 0
  40.     updatestage
  41.     repeat while rollover(36)=TRUE and the mousedown=FALSE
  42.       NOTHING
  43.     END REPEAT
  44.     
  45.     
  46.   end if
  47.   go to the frame
  48.   
  49. end
  50.